projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5c2867e
)
(vc-backend-steal): Pass arg omitted in last change.
author
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Jul 1993 22:36:03 +0000
(22:36 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 25 Jul 1993 22:36:03 +0000
(22:36 +0000)
lisp/vc.el
patch
|
blob
|
history
diff --git
a/lisp/vc.el
b/lisp/vc.el
index fe4d6f3cbdec3b98283b8a14bd8fe865d7a7de87..5df2c79b67e7af64a427afa221fe25b1cfafc725 100644
(file)
--- a/
lisp/vc.el
+++ b/
lisp/vc.el
@@
-1493,7
+1493,7
@@
Return nil if there is no such person."
(defun vc-backend-steal (file &optional rev)
;; Steal the lock on the current workfile. Needs RCS 5.6.2 or later for -M.
(message "Stealing lock on %s..." file)
- (vc-backend-dispatch
+ (vc-backend-dispatch
file
(progn
(vc-do-command 0 "unget" file "-n" (if rev (concat "-r" rev)))
(vc-do-command 0 "get" file "-g" (if rev (concat "-r" rev)))